home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / beale.zip / BEALE next >
Text File  |  1992-01-16  |  1KB  |  59 lines

  1. REM This door will work using either pcboard.sys, door.sys, callinfo.bbs
  2. REM (WILDCAT!), or dorinfox.sys (RBBS) whichever you prefer or are running.
  3. REM
  4. REM In order for the door to work properly you must have the files beale.dat
  5. REM and beale.ndx IN THE SAME DIRECTORY as beale.exe and execute beale.exe
  6. REM in that directory.
  7. REM
  8. REM Optional is the PORT:XXXX:X cmd whereas you can change the
  9. REM comport base address and IRQ if needed OR use a FOSSIL driver
  10. REM by using PORT:F:1, where the 1 is the port to use.  F tells the door
  11. REM a Fossil driver is to be used.
  12. REM
  13. REM  beale c:\pcb\pcboard.sys PORT:03E8:5 uses port 03F8 and IRQ 5
  14. REM  beale c:\rbbs\dorinfo1.def port:f:1 <- use fossil driver
  15. REM
  16.  
  17. d:
  18. cd \pcb\doors\beale
  19. beale d:\pcb\pcboard.sys
  20. d:
  21. cd \pcb
  22. board
  23.  
  24. ------------  OR FOR DOOR.SYS & GAP SYSTEMS------------------------
  25.  
  26. c:
  27. cd \pcb\doors\beale
  28. beale c:\pcb\door.sys
  29. c:
  30. cd \pcb
  31. board
  32.  
  33. ------------  OR FOR RBBS, QUICKBBS, REMOTE ACCESS and DORINFOx.DEF ---------
  34.  
  35. c:
  36. cd \rbbs\doors\beale
  37. beale c:\rbbs\dorinfo1.def
  38. c:
  39. cd \rbbs
  40. rbbs
  41.  
  42. ------------  OR  FOR WILDCAT Systems ------------------------
  43.  
  44. c:
  45. cd \wc\doors\beale
  46. beale c:\wc\callinfo.bbs
  47. c:
  48. cd \wc
  49. wildcat!
  50.  
  51. ------------  OR  FOR ANY BBS System  ------------------------
  52.  
  53. c:
  54. cd \doors\beale
  55. beale generic.sys
  56. c:
  57. cd \bbs
  58. board
  59.